@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/TS - Management System/Pages/Index.razor.rz.scp.css */
 
.staticTable[b-hzu7fkw9u2]{
    background-color:yellow;
}

.detailsTable   th[b-hzu7fkw9u2] {
    align-content:center;
    padding: 3px;
    font-size: 1.25em;
    border-width:1px;
    border-color:white;
}

.label1[b-hzu7fkw9u2] {
    color: white;
    font-size: 1.25rem;
}

.label2[b-hzu7fkw9u2] {
    color: transparent;
    font-size: 1.25rem;
}

.detailsTable td[b-hzu7fkw9u2]{
    background-color:white;
    color:black;
    font-size:1em;
    vertical-align:middle;

    
}

/* _content/TS - Management System/Pages/Login.razor.rz.scp.css */
.mydate[b-p9lm0kfv1x]{
    color:aqua;
    font-size:xx-large;
}
/* _content/TS - Management System/Shared/MainLayout.razor.rz.scp.css */
.page[b-9sa5dh472i] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9sa5dh472i] {
    flex: 1;
}

.sidebar[b-9sa5dh472i] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-9sa5dh472i] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9sa5dh472i]  a, .top-row .btn-link[b-9sa5dh472i] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-9sa5dh472i] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-9sa5dh472i] {
        display: none;
    }

    .top-row.auth[b-9sa5dh472i] {
        justify-content: space-between;
    }

    .top-row a[b-9sa5dh472i], .top-row .btn-link[b-9sa5dh472i] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9sa5dh472i] {
        flex-direction: row;
    }

    .sidebar[b-9sa5dh472i] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9sa5dh472i] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-9sa5dh472i], article[b-9sa5dh472i] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/TS - Management System/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-q30o6bj31n] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-q30o6bj31n] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-q30o6bj31n] {
    font-size: 1.1rem;
}

.oi[b-q30o6bj31n] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-q30o6bj31n] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-q30o6bj31n] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-q30o6bj31n] {
        padding-bottom: 1rem;
    }

    .nav-item[b-q30o6bj31n]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-q30o6bj31n]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-q30o6bj31n]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-q30o6bj31n] {
        display: none;
    }

    .collapse[b-q30o6bj31n] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/TS - Management System/Shared/NoMenueMainLayout.razor.rz.scp.css */
.date[b-2xxmxjed8p]{

}
/* _content/TS - Management System/Shared/Shared Components/Options Modal.razor.rz.scp.css */


.optionsmodal-card-container[b-hrww3mx2d1] {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
}

    .optionsmodal-card-container > .optionsmodal-card[b-hrww3mx2d1] {
        width: 20%;
        min-height: 10vh;
        margin: 10px;
        padding: 20px;
        text-align: center;
        line-height: 100px;
        border-radius: 0px;
        box-shadow: 0px 0px 5px grey;
        transition: all ease-in-out 0.25s;
    }

@media screen and (min-width:480px) {
    .optionsmodal-card-container > .optionsmodal-card:hover[b-hrww3mx2d1] {
        box-shadow: 0px 0px 20px black;
        transform: scale(1.02);
        cursor: pointer;
    }
}


.optionsmodal-card-container th[b-hrww3mx2d1] {
    font-size: 1vw;
}

.optionsmodal-card-container td[b-hrww3mx2d1] {
    font-size: 0.9vw;
}

.optionsmodal-heading[b-hrww3mx2d1] {
    text-align: center;
    font-weight: bold;
    font-size: medium;
}

.optionsmodal-subheading[b-hrww3mx2d1] {
    text-align: center;
    font-weight: bold;
    font-size: medium;
    opacity: 0.8;
}

.optionsmodal-card:nth-child(4n+1)[b-hrww3mx2d1] {
    background-image: linear-gradient(to bottom right, #A9ACFF, #FDE2FF);
}

.optionsmodal-card:nth-child(4n+2)[b-hrww3mx2d1] {
    background-image: linear-gradient(to bottom right, #C9FFC6, #B6EFFF);
}

.optionsmodal-card:nth-child(4n+3)[b-hrww3mx2d1] {
    background-image: linear-gradient(to bottom right, #FFFFB1, #B6FAE0);
}

.optionsmodal-card:nth-child(4n+4)[b-hrww3mx2d1] {
    background-image: linear-gradient(to bottom right, #FFC6C6, #FAF7B6);
}

@media screen and (max-width:360px) {

    .optionsmodal-card-container > .optionsmodal-card[b-hrww3mx2d1] {
        width: 100vw;
    }


    .optionsmodal-heading[b-hrww3mx2d1] {
        font-size: small;
    }

    .optionsmodal-subheading[b-hrww3mx2d1] {
        font-size: small;
    }

    .optionsmodal-card-container th[b-hrww3mx2d1] {
        font-size: 2vw;
    }

    .optionsmodal-card-container td[b-hrww3mx2d1] {
        font-size: 1.8vw;
    }
}
/* _content/TS - Management System/Shared/Shared Components/SC Table.razor.rz.scp.css */
thead[b-5hlq3zipbl]{
    z-index: 2;
}

tbody th:first-child[b-5hlq3zipbl] {
    width:auto;
    justify-items:center;
    
    /*background-color:lightgray;*/
    position: sticky;
    left: 0;
 
}

tbody th:first-child button[b-5hlq3zipbl]{
    /*border-radius:1em;*/
    
}

.options-dropdown-menu[b-5hlq3zipbl]{
    
    position:absolute;
}
